runtime.gQueue.pop (method)
7 uses
runtime (current package)
mgcmark.go#L851: gp := work.assistQueue.q.pop()
proc.go#L4100: g := q.pop()
proc.go#L7288: return sched.runq.pop()
proc.go#L7302: gp = sched.runq.pop()
proc.go#L7306: gp1 := sched.runq.pop()
proc.go#L7573: gp := q.pop()
proc.go#L7802: func (q *gQueue) pop() *g {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |